Getting Windows Version
Getting Windows Version Of Local Endpoint In Powershell
- Open PowerShell and enter the below command:
- (Get-WmiObject -class Win32_OperatingSystem).Caption
Get Windows Version Of Remote Endpoint In Powershell
- Open Powershell and enter the below command:
- Get-WmiObject win32_computersystem -ComputerName DEVICENAME/IP | Select-Object Name